literate-programming - definição. O que é literate-programming. Significado, conceito
Diclib.com
Dicionário Online

O que (quem) é literate-programming - definição

PROGRAMMING PARADIGM
Literate Program; Literate Programming
  • ''Literate Programming'' by [[Donald Knuth]] is the seminal book on literate programming

Literate programming         
Literate programming is a programming paradigm introduced in 1984 by Donald Knuth in which a computer program is given an explanation of its logic in a natural language, such as English, interspersed (embedded) with snippets of macros and traditional source code, from which compilable source code can be generated. The approach is used in scientific computing and in data science routinely for reproducible research and open access purposes.
literate programming         
<programming, text> Combining the use of a text formatting language such as TeX and a conventional programming language so as to maintain documentation and source code together. Literate programming may use the inverse comment convention. Perl's literate programming system is called pod. (2003-09-24)
Multitier programming         
PROGRAMMING PARADIGM
Draft:Multitier Programming; Draft:Multitier programming; List of multitier programming languages
Multitier programming (or tierless programming) is a programming paradigm for distributed software, which typically follows a multitier architecture, physically separating different functional aspects of the software into different tiers (e.g.

Wikipédia

Literate programming

Literate programming is a programming paradigm introduced in 1984 by Donald Knuth in which a computer program is given as an explanation of how it works in a natural language, such as English, interspersed (embedded) with snippets of macros and traditional source code, from which compilable source code can be generated. The approach is used in scientific computing and in data science routinely for reproducible research and open access purposes. Literate programming tools are used by millions of programmers today.

The literate programming paradigm, as conceived by Donald Knuth, represents a move away from writing computer programs in the manner and order imposed by the computer, and instead gives programmers macros to develop programs in the order demanded by the logic and flow of their thoughts. Literate programs are written as an exposition of logic in more natural language in which macros are used to hide abstractions and traditional source code, more like the text of an essay.

Literate programming (LP) tools are used to obtain two representations from a source file: one understandable by a compiler or interpreter, the "tangled" code, and another for viewing as formatted documentation, which is said to be "woven" from the literate source. While the first generation of literate programming tools were computer language-specific, the later ones are language-agnostic and exist beyond the individual programming languages.

Exemplos de pronúncia para literate-programming
1. So he obviously is the father of literate programming.
Coders at Work _ Peter Seibel _ Talks at Google
2. Literate Programming, but even he said he mostly read Knuth's prose instead of the actual
Coders at Work _ Peter Seibel _ Talks at Google
3. I found -- I asked everybody about Literate Programming and, obviously, Knuth was in favor.
Coders at Work _ Peter Seibel _ Talks at Google
4. Guy Steele said, maybe if they had good tool chains for literate programming in lisp he
Coders at Work _ Peter Seibel _ Talks at Google